forked from CircuitVerse/cv-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "simulator",
"version": "1.0.0",
"description": "Frontend",
"main": "./src/app.js",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development --open",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shubhankarsharma00/Cv-frontend.git"
},
"author": "Shubhankar Sharma",
"license": "ISC",
"bugs": {
"url": "https://github.com/shubhankarsharma00/Cv-frontend/issues"
},
"homepage": "https://github.com/shubhankarsharma00/Cv-frontend#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"eslint": "^7.2.0",
"file-loader": "^6.0.0",
"font-awesome": "^4.7.0",
"is-electron": "^2.2.0",
"jasmine": "^3.5.0",
"jest": "^25.2.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"bootstrap": "^4.5.0",
"canvas": "^2.6.1",
"css-loader": "^3.4.2",
"jquery": "^3.4.1",
"jquery-ui": "^1.12.1",
"jquery-ui-bundle": "^1.12.1-migrate",
"jquery-ui-dist": "^1.12.1",
"popper.js": "^1.16.1",
"style-loader": "^1.1.3",
"turbolinks": "^5.2.0"
}
}