-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.32 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": "site",
"version": "0.1.0",
"homepage": "https://www.itabits.com.br",
"private": true,
"dependencies": {
"ajv": "^6.5.0",
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"bourbon": "^5.0.1",
"eslint-config-standard-jsx": "^5.0.0",
"legit-image": "^0.1.4",
"materialize-css": "^0.100.2",
"prop-types": "^15.6.2",
"react": "^16.2.0",
"react-dom": "^16.4.1",
"react-gif-player": "^0.4.1",
"react-lazy-load": "^3.0.13",
"react-markdown": "^3.3.4",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"semantic-ui-css": "^2.3.0",
"semantic-ui-react": "^0.78.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"gh-pages": "^1.1.0",
"raw-loader": "^0.5.1",
"standard": "^11.0.1",
"webpack": "^3.12.0",
"webpack-cli": "^3.0.8"
},
"standard": {
"ignore": [
"node_modules/**",
"src/registerServiceWorker.js"
],
"parser": "babel-eslint"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build && node setcname.js",
"deploy": "gh-pages -d build"
}
}