-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 772 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 772 Bytes
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
{
"name": "airstack",
"version": "0.1.1",
"author" : "ThemesGuide",
"private": false,
"devDependencies": {
"react-scripts": "^1.1.4"
},
"dependencies": {
"react": "^16.1.1",
"react-dom": "^16.1.1",
"whatwg-fetch": "^2.0.2",
"react-router-dom": "4.2.2",
"firebase": "^5.3.0",
"bootstrap": "^4.1.2",
"jquery": "^3.0.0",
"popper.js": "^1.14.3",
"wowjs": "^1.1.3",
"custom": "^1.0",
"node-sass": "^2.x"
},
"scripts": {
"build-css": "node-sass --include-path ./node_modules/ ./node_modules/custom/sass/index.scss -o src/css",
"start": "npm run build-css && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}