-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
{
"name": "talkly",
"scripts": {
"postinstall": "npm run build",
"start": "node server.js",
"build": "webpack --progress -p --config webpack.prod.config.js"
},
"dependencies": {
"autoprefixer": "^6.0.2",
"axios": "^1.7.4",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.5.2",
"babel-runtime": "^6.5.0",
"css-loader": "^0.18.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.5",
"flatpickr": "^1.9.0",
"font-awesome": "^4.6.1",
"headroom.js": "^0.9.3",
"jquery": "^3.5.0",
"jwt-decode": "^2.0.1",
"lodash": "^4.17.21",
"moment": "^2.13.0",
"node-sass": "^3.7.0",
"nprogress": "^0.2.0",
"postcss-loader": "^0.6.0",
"postcss-nested": "^1.0.0",
"prismjs": "^1.5.1",
"react": "^15.0.2",
"react-dom": "^15.0",
"react-router": "^2.0.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.12.3",
"url-loader": "^0.5.7",
"validator": "^5.4.0",
"webpack": "^5.94.0",
"yaml-js": "^0.1.3",
"zurb-foundation-5": "^5.4.7"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"webpack-dev-server": "^1.14.1"
},
"private": true
}