-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.8 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
56
57
58
59
60
61
62
63
64
{
"name": "hxlt-front3",
"version": "1.0.0",
"description": "",
"scripts": {
"webpack": "webpack --config webpack.config.js",
"dev": "npm run webpack && webpack-serve --port 1337",
"test": "jest",
"babel-node": "babel-node",
"eslint": "eslint",
"babel-build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"deploy": "npm run webpack && surge --domain closed-song.surge.sh",
"prepublishOnly": "npm run webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddrgis/project-lvl3-s270.git"
},
"author": "Nikita Sementcov",
"license": "ISC",
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.1.1",
"jquery": "^3.3.1",
"melanke-watchjs": "^1.4.3",
"normalize-url": "^3.1.0",
"popper.js": "^1.14.3",
"validator": "^10.4.0"
},
"devDependencies": {
"autoprefixer": "^8.6.5",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "*",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.11",
"debug": "^3.1.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jest": "^21.17.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^22",
"jest-cli": "^22.4.3",
"node-sass": "^4.9.2",
"postcss-loader": "^2.1.5",
"precss": "^3.1.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-serve": "^1.0.4"
}
}