-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1004 Bytes
/
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
{
"name": "codecation-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/react-fontawesome": "0.0.20",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-flexbox-grid": "^2.1.2",
"react-icons-kit": "^1.1.5",
"react-ideal-image": "0.0.5",
"react-responsive": "^5.0.0",
"react-scripts": "1.1.4",
"react-scrollable-anchor": "^0.6.1",
"react-waypoint": "^8.0.3",
"serve": "^10.0.0"
},
"scripts": {
"start": "npm-run-all -p watch-css start-js",
"start-js": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"scss": "node-sass --output-style compressed -o src src",
"watch-css": "npm run scss && node-sass -o src src --watch --recursive"
},
"devDependencies": {
"node-sass": "^4.9.3",
"npm-run-all": "^4.1.3"
}
}