-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.47 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
{
"name": "degui",
"version": "1.0.0",
"description": "A website outlining the capabilities of the DEG UI team.",
"scripts": {
"start": "skel build && skel serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/briangraves/uiteam.git"
},
"author": "Brian Graves <[email protected]>",
"license": "ISC",
"devDependencies": {
"@deg-skeletor/cli": "^1.0.0",
"@deg-skeletor/core": "^1.1.0",
"@deg-skeletor/plugin-copy": "^1.0.1",
"@deg-skeletor/plugin-express": "^1.1.0",
"@deg-skeletor/plugin-postcss": "^1.0.0",
"@deg-skeletor/plugin-rollup": "^1.1.0",
"@deg-skeletor/plugin-watch": "^1.0.0",
"autoprefixer": "^9.2.0",
"cssnano": "^4.1.4",
"postcss-color-mod-function": "^3.0.3",
"postcss-custom-media": "^7.0.6",
"postcss-custom-properties": "^8.0.8",
"postcss-custom-selectors": "^5.1.2",
"postcss-easy-import": "^3.0.0",
"postcss-nested": "^4.1.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-terser": "^3.0.0",
"@degjs/numericycle": "^2.0.0"
}
}