-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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
{
"name": "build",
"version": "4.0.10",
"description": "An opinionated build system for front-end web development",
"author": "Tam <[email protected]>",
"license": "MIT",
"repository": "https://github.com/tam/build",
"bin": {
"build": "bin/index.js"
},
"dependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-react-jsx": "^7.7.7",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@shopify/themekit": "^1.1.3",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"chalk": "^3.0.0",
"chokidar": "^3.3.1",
"core-js": "3",
"cssnano": "^4.1.10",
"cssnano-preset-advanced": "^4.0.7",
"deepmerge": "^4.2.2",
"eslint": "^6.7.2",
"eslint-loader": "^3.0.3",
"eslint-plugin-react": "^7.18.3",
"glob": "^10.2.7",
"inquirer": "^7.0.1",
"less": "^3.10.3",
"ncp": "^2.0.0",
"penthouse": "^2.2.2",
"postcss": "^7.0.25",
"postcss-custom-properties": "^9.0.2",
"pretty-hrtime": "^1.0.3",
"rimraf": "^3.0.0",
"sass": "^1.63.2",
"signal-exit": "^3.0.2",
"slice-ansi": "^3.0.0",
"strip-ansi": "^6.0.0",
"text-table": "^0.2.0",
"webpack": "^4.41.4",
"webpack-merge": "^4.2.2",
"wrap-ansi": "^6.2.0"
}
}