-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.2 KB
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
{
"name": "react-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tcm": "gulp tcm",
"copy": "gulp copy",
"build": "gulp build",
"clean": "gulp clean",
"postinstall": "gulp build"
},
"author": "",
"license": "ISC",
"dependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0"
},
"devDependencies": {
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"autoprefixer": "^8.5.1",
"css-mqpacker": "^6.0.2",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-stylus": "^2.7.0",
"gulp-typed-css-module4": "git+https://github.com/fwolle30/gulp-typed-css-modules4.git",
"merge2": "^1.2.2",
"pump": "^3.0.0",
"rollup": "^0.58.2",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-postcss": "git+https://github.com/fwolle30/rollup-plugin-postcss.git",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-typescript2": "^0.14.0",
"semistandard": "*",
"stylus": "^0.54.5",
"typescript": "^2.8.3"
},
"semistandard": {
"ignore": [
"build/*.js",
"dist/*.js"
]
}
}